/* CSS Document */
#bannerz{width:100%; height: auto;}
#bannerz img{width:100%;}


/*分页开始*/
#fy{width:100%; height: 30px; font-family: "微软雅黑"; font-size: 0.6rem; text-align: center; 
	padding-top: 20px;padding-bottom: 0px;}
#fy .li{width:calc(35% - 2px); height: 28px; line-height: 28px; border: 1px solid rgba(169,169,170,1.00);
	border-radius: 8px; color:#9d9d9d; float: left; margin-left: 30%;}
#fy a:nth-child(1) .li{margin-left:0px;}

#fy{width:100%; height: 30px; font-family: "微软雅黑"; font-size: 0.6rem; text-align: center; 
	padding-top: 20px;padding-bottom:0px;}
#fy a{display:none;}
#fy span{display:none;}
#fy .a1{width:calc(35% - 2px); height: 28px; line-height: 28px; border: 1px solid rgba(169,169,170,1.00); display:block;
	border-radius: 8px; color:#9d9d9d; float: left; margin-left: 10%;}
#fy a:nth-child(1) .a1{margin-left:0px;}
/*分页结束*/

/*详情分页开始*/
#fp{width:90%; height: auto; padding-top: 20px; font-family: "微软雅黑"; font-size: 0.8rem; line-height: 20px;}
#fp p{min-height:30px;}
#fp span{color:#93c5ba;}
/*详情分页结束*/